From 8b2fb4a99177b4a92fcd8bcc00f54b25bdfbb090 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 11 Aug 2014 16:23:41 -0400 Subject: [PATCH] Reconstruct a missing file Sadly I had forgotten to add selectionmode.ui to git. Here is a reconstructed version that seems to work. --- tests/Makefile.am | 3 +- tests/selectionmode.ui | 128 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 tests/selectionmode.ui diff --git a/tests/Makefile.am b/tests/Makefile.am index 59aa469e5c..0bc2cb0362 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -511,7 +511,8 @@ EXTRA_DIST += \ makefile.msc \ mydialog.ui \ mydialog2.ui \ - popover.ui + popover.ui \ + selectionmode.ui CLEANFILES = \ autotestkeywords.log \ diff --git a/tests/selectionmode.ui b/tests/selectionmode.ui new file mode 100644 index 0000000000..e5799e3070 --- /dev/null +++ b/tests/selectionmode.ui @@ -0,0 +1,128 @@ + + +
+ + Select All + win.select-all + + + Select None + win.select-none + +
+
+ + 640 + 480 + + + True + + + True + True + + + + True + emblem-system-symbolic + 1 + + + + + start + + + + + True + + + True + Docker Docker Docker + end + + + title + + + + + True + selectionmenu + + + True + horizontal + 4 + + + True + Click on items to select them + + + + + True + pan-down-symbolic + 1 + + + + + + + selection + + + + + + + True + True + + + + True + object-select-symbolic + 1 + + + + + end + + + + + True + Cancel + + + end + + + + + + + True + never + automatic + + + True + none + True + + + + + +
-- 2.30.2